home *** CD-ROM | disk | FTP | other *** search
/ Plug-In Power Pack for Netscape Communicator / Plug-In Power Pack for Netscape Communicator.iso / plugins / dataviews / dvtools / demos / cpitdemo / cpit_fundecl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-08  |  408 b   |  11 lines

  1. void InitDisplays V_P_((char *device));
  2. void SwitchDisplay V_P_((int choice, char *view_name));
  3. void OverlayDisplay V_P_((char *view_name));
  4. void RemoveDisplay V_P_((char *view_name));
  5. void TermDisplays V_P_((void));
  6. void HandleDynamics V_P_((void));
  7. void InitSimpleEvents V_P_((void));
  8. void HandleEvents V_P_((void));
  9. int main V_P_((int argc, char *argv[]));
  10. char *StrClone V_P_((char * string));
  11.